home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 8 / QRZ Ham Radio Callsign Database - Volume 8.iso / pc / files / f6fbb / local2.exe / LOCAL.DOC < prev    next >
Text File  |  1994-02-03  |  3KB  |  88 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                     ASCII TEXT DISPLAYER FOR F6FBB BBS SYSTEMS
  8.                     ==========================================
  9.  
  10.                       WRITTEN BY KEN WOOD G3WCS SYSOP GB7CHS
  11.                       ======================================
  12.  
  13.  
  14.           OVERVIEW
  15.           ========
  16.           This small program is designed to display to the user, an ASCII
  17.           text file, when he or she enters the appropriate command at the
  18.           normal BBS prompt.  It may be used to  inform  users  of  local
  19.           events  or  extra  BBS facilities.  The advantage of displaying
  20.           the text in this manner rather than using ENGLISH.ENT  is  that
  21.           it is only shown at user request and therefore users do not get
  22.           bored  with  a page of text that they have previously read, nor
  23.           will it confuse TPK systems by asking for  the  user  to  press
  24.           ENTER  to  continue.   A simple message can inform users of the
  25.           availability of local information, for example :-
  26.  
  27.           Type RALLIES or EVENTS or CLUBS for info on these topics.
  28.  
  29.           GB7CHS BBS>
  30.  
  31.  
  32.           INSTALLATION
  33.           ============
  34.           Copy  the  program LOCAL.EXE into your PG sub-directory. Rename
  35.           the program retaining the EXE extension.   You  could  call  it
  36.           CLUBS.EXE,  EVENTS.EXE,  RALLIES.EXE  or anything else that the
  37.           users can enter at the BBS promt to provide  information  on  a
  38.           particular  topic  or subject.  If there are several topics you
  39.           wish to display, you may copy and rename  the  program  to  any
  40.           number of EXE files.
  41.  
  42.           For example :
  43.  
  44.           COPY LOCAL.EXE RALLIES.EXE
  45.           COPY LOCAL.EXE EVENTS.EXE
  46.           COPY LOCAL.EXE CLUBS.EXE
  47.  
  48.           Then,  using  a  plain ASCII text editor create a corresponding
  49.           number of files in the PG directory with the same filename  but
  50.           with the extension INF.
  51.  
  52.           For example :
  53.  
  54.           RALLIES.INF
  55.           EVENTS.INF
  56.           CLUBS.INF
  57.  
  58.           The program will display any ASCII  text  file  within  the  PG
  59.           directory  bearing  the  same file name as the renamed original
  60.           program, but with the extension INF.
  61.  
  62.           Finally, remember that a re-boot is required before PG programs
  63.           are read into the FBB system and can be executed by users.
  64.  
  65.  
  66.           THINGS TO WATCH
  67.           ===============
  68.           The program is written in Turbo C, which is the  same  language
  69.           used by F6FBB to write the BBS program. If you include a % or $
  70.           sign in your text, it is possible that the BBS will display the
  71.           contents  of  one of the FBB variables which will be confusing.
  72.           Therefore it is better to use the plain language "per cent"  or
  73.           "dollars".
  74.  
  75.  
  76.           COPYRIGHT INFORMATION
  77.           =====================
  78.           This program  is released into  the public  domain and you  are
  79.           free  to  pass it  on  to  others provided  the  original  self
  80.           extracting  archive bearing  the GB7CHS  phone number  is used.
  81.           Software obtained in variance  with this condition  will not be
  82.           supported.
  83.  
  84.  
  85.           Ken Wood G3WCS.
  86.           SysOp GB7CHS.
  87.           3rd February 1994.
  88.